EMT Practice Test

1. Question Content...


Question List

Question1: What is the purpose of the Eureka Netflix OSS component in the IBM Reference implementation of a Cloud native Omnichannel application?

Question2: Which OpenStack API generates authorization tokens that will enable an application or service to access objects in an IBM Bluemix Object Storage container?

Question3: What is the method IBM has developed which brings together IBM Design Thinking, Lean Startup, Agile and Extreme Programming?

Question4: What are the names of the three IBM Cloud deployment models?

Question5: What must occur before an Organization Manager can add a user to an organization in IBM Cloud?

Question6: Which is a feature provided for both Managed service instances and User-provided service instances in IBM Cloud Foundry?

Question7: Which is a valid Cloudant NoSQL Database name?

Question8: IBM DB2 on Cloud achieves protection of data at rest on cloud using what encryption?

Question9: When using the IBM Single Sign On service for IBM Cloud, which authentication client framework must the application use?

Question10: What kind of API does the Cloudant NoSQL Datatabase service provide in IBM Cloud?

Question11: Which statement is true regarding horizontal scaling in IBM Cloud Foundry applications?

Question12: What is the result of the following command?
bx api https://api.eu-gb.bluemix.net

Question13: What action may be performed to restrict access to an IBM Cloud domain and application to specific clients?

Question14: An e-commerce web site currently consists of a 2-tier web application (app server + DB) deployed on IBM Cloud: 1 webapp instance for the Java front-end and 1 Cloudant instance for the DB.
Immediately after deployment on Bluemix, the application fails to start. When reviewing the application logs the following excerpt is found:
App instance exited with guid 549fb650-8ded-43aa-b895-f230692be4b0 payload:
{
... "index"=>0, "reason"=>"CRASHED", "exit_status"=>255,
" exit_description"=>"out of memory",...}
How can the problem be fixed?

Question15: Which standard mechanism is used to secure the API Gateway in the IBM Reference implementation of a Cloud native Omnichannel application?

Question16: A cloud Foundry application in IBM Cloud could not connect to a managed database service and fails to start. The manifest.yml file for the application is shown.
---
applications:
- name:bx-myapp
host:bx-myapp
memory:256M
services:
- cloudantdb-myapp
What is a correct step to debug the issue?

Question17: What can a user do after deploying a boilerplate application?

Question18: A Kafka client connecting to Message Hub authenticates with the service by supplying what information?

Question19: According to the Twelve-Factor App methodology, what is a backing service?

Question20: By default, what port do applications use to communicate with a Cloudant NoSQL DB?

Question21: An IBM Cloud application uses a relational database that must be initialized with several tables and several hundred rows of initial data. Based on the Twelve-Factor App methodology, how should this be done?

Question22: The Liberty buildpack is used when deploying which kind of applications?

Question23: Where does IBM Bluemix store information necessary to allow an application to interact with IBM Data Connect using the Data Load REST API?

Question24: Which two of the following can be performed directly with the IBM Cloud Functions CLI plug-in? (Select two.)

Question25: A retail company wishes to improve their customers' experience on their e-commerce web site that they have recently deployed on Bluemix.
The company wants to understand the emotions expressed by their customers on social media, such as Twitter, to better serve them. Which IBM bluemix Watson product can they use to help them?

Question26: What are two features provided by Session Cache? (Select two.)

Question27: A developer is building an IBM Cloud Foundry application that uses an enterprise service available as a RESTful API. Following security best practices, how should credentials for the service be stored?

Question28: Which two third-party services are available in the IBM Cloud catalog for performing application load testing? (Select two.)

Question29: When using a Delivery Pipeline to automate a build, what must occur before a build can be run manually?

Question30: A developer is using the DevOps toolchains Web IDE to add a feature to an IBM Cloud application.
After the first tests are successful, they notice that the active branch in the origin repository has changed.
What option should they choose in the Git menu to update the branch in the workspace to the current version and then apply each commit that they have created?

Question31: Which statement accurately describes IBM Cloud Continuous Delivery toolchains?

Question32: When connecting to on-premises data sources with IBM Data Connect, where is the Secure Gateway client installed?

Question33: What is the first test that should be performed as part of load testing an application to evaluate performance?